ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewEditRequest<T> Class / PageIndex Property

In This Topic
    PageIndex Property (CollectionViewEditRequest<T>)
    In This Topic
    The page index.
    Syntax
    'Declaration
     
    Public Property PageIndex As Integer
    public int PageIndex {get; set;}
    See Also